DataConnector | ComponentOne
C1.AdoNet.Json Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBuilderBase<TCommandBuilderImpl> Class / QuoteIdentifier Method

In This Topic
    QuoteIdentifier Method (C1CommandBuilderBase<TCommandBuilderImpl>)
    In This Topic
    Given an unquoted identifier in the correct catalog case, returns the correct quoted form of that identifier, including properly escaping any embedded quotes in the identifier.
    Syntax
    'Declaration
     
    Public Overridable Function QuoteIdentifier( _
       ByVal unquotedIdentifier As String _
    ) As String
    public virtual string QuoteIdentifier( 
       string unquotedIdentifier
    )

    Parameters

    unquotedIdentifier
    See Also